Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: Source/bindings/tests/results/core/V8TestInterfaceNode.h

Issue 725163002: bindings: Retires V8T::toEventTarget and reduces the binary size. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made bitfields be type of unsigned to support both of MSVC and Android. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/results/core/V8TestInterfaceNode.h
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
index 0d36dbaeb41636312a6d25b7a7241962cce6a822..bea8d269acb2fdcd4a896548f313556137883ce9 100644
--- a/Source/bindings/tests/results/core/V8TestInterfaceNode.h
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNode.h
@@ -36,7 +36,6 @@ public:
visitor->trace(scriptWrappableBase->toImpl<TestInterfaceNode>());
#endif
}
- static EventTarget* toEventTarget(v8::Handle<v8::Object>);
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNode* impl)
{

Powered by Google App Engine
This is Rietveld 408576698