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

Unified Diff: Source/bindings/tests/results/core/V8TestNode.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/V8TestNode.h
diff --git a/Source/bindings/tests/results/core/V8TestNode.h b/Source/bindings/tests/results/core/V8TestNode.h
index 576f06c85e3359a96360601c53c7803b7db53e81..f4a50329eda0da8f9a3632a47b7771bf437c739f 100644
--- a/Source/bindings/tests/results/core/V8TestNode.h
+++ b/Source/bindings/tests/results/core/V8TestNode.h
@@ -36,7 +36,6 @@ public:
visitor->trace(scriptWrappableBase->toImpl<TestNode>());
#endif
}
- static EventTarget* toEventTarget(v8::Handle<v8::Object>);
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl)

Powered by Google App Engine
This is Rietveld 408576698