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

Unified Diff: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h

Issue 290333008: Oilpan: add [WillBeGarbageCollected] for Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + remove WebNode FIXME Created 6 years, 7 months 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/V8TestInterfaceWillBeGarbageCollected.h
diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
index c02596702fa338673c304294510ce80abd4ce158..3425d0c6dfa5a3071f6c8ccd0be642bf745c29e0 100644
--- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
+++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
@@ -16,6 +16,12 @@
namespace WebCore {
+class V8TestInterfaceWillBeGarbageCollectedConstructor {
+public:
+ static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*);
+ static const WrapperTypeInfo wrapperTypeInfo;
+};
+
class V8TestInterfaceWillBeGarbageCollected {
public:
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);

Powered by Google App Engine
This is Rietveld 408576698