Chromium Code Reviews

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

Issue 534133002: [WIP] bindings: Introduce PropertyBag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
index 7070e8eb9ac141f85b8d02b955c9c19e3837e770..a7a36899719dfaaa64c4a795d4e9fa95a21d37f0 100644
--- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
+++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
@@ -7,6 +7,7 @@
#ifndef V8TestInterfaceWillBeGarbageCollected_h
#define V8TestInterfaceWillBeGarbageCollected_h
+#include "bindings/core/v8/PropertyBagTraits.h"
#include "bindings/core/v8/ScriptWrappable.h"
#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8DOMWrapper.h"
@@ -140,5 +141,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWil
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
}
+template <>
+struct PropertyBagTraits<TestInterfaceWillBeGarbageCollected> {
+ typedef V8TestInterfaceWillBeGarbageCollected type;
+};
+
} // namespace blink
#endif // V8TestInterfaceWillBeGarbageCollected_h
« no previous file with comments | « Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h ('k') | Source/bindings/tests/results/V8TestNode.h » ('j') | no next file with comments »

Powered by Google App Engine