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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl

Issue 1805843002: [v8 gc] Introduce a base class for all objects that can have pending activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 9 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: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
index 18ab03fd20bb07329e58028507add950e8da39f5..60305c64de47604add6f9c837d73ef976df4164c 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
@@ -34,6 +34,7 @@
// The more *minor* extended attribute should be put in this file.
[
+ ActiveScriptWrappable, // Covered by [ActiveScriptWrappable]
Constructor,
DependentLifetime, // Covered by [DependentLifetime]
SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]

Powered by Google App Engine
This is Rietveld 408576698