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

Unified Diff: Source/bindings/tests/results/core/V8TestInterfaceDocument.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/V8TestInterfaceDocument.h
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
index d872d0ccdd8a5a779444aed406a0b7cc94cfa6bc..c098c216a1c5e79969c1420d2b2f21e9af81a6bc 100644
--- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
+++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
@@ -36,7 +36,6 @@ public:
visitor->trace(scriptWrappableBase->toImpl<TestInterfaceDocument>());
#endif
}
- static EventTarget* toEventTarget(v8::Handle<v8::Object>);
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceDocument* impl)
{

Powered by Google App Engine
This is Rietveld 408576698