Add toJS for JSC::PrivateName
Created attachment 287717 [details] Patch
Comment on attachment 287717 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287717&action=review > Source/WebCore/bindings/js/JSDOMBinding.h:581 > + return JSC::Symbol::create(exec->vm(), *privateName.uid()); I'll update this uid() to return reference.
Attachment 287717 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 287721 [details] Patch
Comment on attachment 287721 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287721&action=review > Source/JavaScriptCore/ChangeLog:8 > + Add the export annotation. Why are you making hold Ref instead of RefPtr? Is that an unrelated refactoring? Please clarify that in the channel log before landing this.
Comment on attachment 287721 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=287721&action=review >> Source/JavaScriptCore/ChangeLog:8 >> + Add the export annotation. > > Why are you making hold Ref instead of RefPtr? Is that an unrelated refactoring? > Please clarify that in the channel log before landing this. Thanks. I noted that.
Committed r205335: <http://trac.webkit.org/changeset/205335>