Issue metadata
Sign in to add a comment
|
Unneeded declaration of DOMWrapperWorld::RegisterDOMObjectHolder |
||||||||||||||||||||||||
Issue descriptionThere is one declaration of DOMWrapperWorld::RegisterDOMObjectHolder that doesn't get rewritten. It seems that this declaration can be safely removed without impacting ability to compile (at least "on my machine"). Let's try to remove this declaration.
,
Jan 26 2017
Hmmm... actually compilation succeeds with the removed decl, but linking doesn't... :-( ./libblink_core.so: error: undefined reference to 'void blink::DOMWrapperWorld::registerDOMObjectHolder<blink::ScriptFunction>(v8::Isolate*, blink::ScriptFunction*, v8::Local<v8::Value>)' Maybe we can just fix this manually, when/before landing the big rename... :-/
,
Jan 27 2017
,
Jan 27 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by lukasza@chromium.org
, Jan 26 2017../../third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp:298:32: error: explicit instantiation of 'registerDOMObjectHolder' does not refer to a function template, variable template, member function, member class, or static data member template void DOMWrapperWorld::registerDOMObjectHolder(v8::Isolate*,