Move V8DOMWrapper::setNamedHiddenReference() to V8HiddenPropertyName.h.
Created attachment 187085 [details] Patch
Comment on attachment 187085 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187085&action=review > Source/WebCore/bindings/v8/V8HiddenPropertyName.cpp:77 > + parent->SetHiddenValue(V8HiddenPropertyName::hiddenReferenceName(name, strlen(name)), child); The "V8HiddenPropertyName::" probably isn't needed any more.
Created attachment 187202 [details] patch for landing
(In reply to comment #2) > (From update of attachment 187085 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=187085&action=review > > > Source/WebCore/bindings/v8/V8HiddenPropertyName.cpp:77 > > + parent->SetHiddenValue(V8HiddenPropertyName::hiddenReferenceName(name, strlen(name)), child); > > The "V8HiddenPropertyName::" probably isn't needed any more. Yeah, given that hiddenReferenceName() is called from V8HiddenPropertyName.cpp only, I made the method static.
Created attachment 187203 [details] patch for landing
Comment on attachment 187203 [details] patch for landing Clearing flags on attachment: 187203 Committed r142217: <http://trac.webkit.org/changeset/142217>
All reviewed patches have been landed. Closing bug.