Bug 963382 - Fix misaddressed review comment.

This commit is contained in:
Andrew McCreight 2014-08-21 14:31:44 -07:00
Родитель d306a5da23
Коммит 8fd17e2a57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12990,7 +12990,7 @@ class CGJSImplClearCachedValueMethod(CGAbstractBindingMethod):
args.rval().setUndefined();
return true;
""",
bindingNamespace=toBindingNamespace(self.descriptor.interface.identifier.name),
bindingNamespace=toBindingNamespace(self.descriptor.name),
fnName=MakeClearCachedValueNativeName(self.attr)))