Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years 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: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
index 3a96a4eb2d46a27866daa10903f6982dfbb75083..250dad7076f5941f4724c665fa5b5af524f04b5c 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
@@ -45,8 +45,8 @@ const WrapperTypeInfo& TestInterfaceDocument::s_wrapperTypeInfo = V8TestInterfac
// not [ActiveScriptWrappable]
static_assert(
- !std::is_base_of<ActiveScriptWrappable, TestInterfaceDocument>::value,
- "TestInterfaceDocument inherits from ActiveScriptWrappable, but is not specifying "
+ !std::is_base_of<ActiveScriptWrappableBase, TestInterfaceDocument>::value,
+ "TestInterfaceDocument inherits from ActiveScriptWrappable<>, but is not specifying "
"[ActiveScriptWrappable] extended attribute in the IDL file. "
"Be consistent.");
static_assert(

Powered by Google App Engine