Bug 1246787 - Fix rebasing error

This commit is contained in:
Bill McCloskey 2016-02-11 14:01:14 -08:00
parent f2f6bf8e5a
commit 3874461231

View File

@ -802,7 +802,7 @@ class TypeProperty extends Entry {
this.throwError(context, normalized.error); this.throwError(context, normalized.error);
} }
context.setProperty(this.namespaceName, name, normalized.value); context.setProperty(path, name, normalized.value);
}; };
desc.set = Cu.exportFunction(setStub, dest); desc.set = Cu.exportFunction(setStub, dest);