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

Unified Diff: Source/bindings/tests/idls/core/TestImplements.idl

Issue 1107523002: IDL: Drop [PerContextEnabled] extended attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/idls/core/TestImplements.idl
diff --git a/Source/bindings/tests/idls/core/TestImplements.idl b/Source/bindings/tests/idls/core/TestImplements.idl
index e6e55dbf43888e16dc7b672db791ea591f120b04..ffe8372cc6be9687a1c8b7368dcceb2837571b95 100644
--- a/Source/bindings/tests/idls/core/TestImplements.idl
+++ b/Source/bindings/tests/idls/core/TestImplements.idl
@@ -45,5 +45,4 @@
[Reflect=IMPLEMENTS_REFLECT_CONSTANT] const unsigned short IMPLEMENTS_CONSTANT_2 = 2;
[RuntimeEnabled=ImplementsFeatureName] attribute Node implementsRuntimeEnabledNodeAttribute;
- [PerContextEnabled=ImplementsContextName] attribute Node implementsPerContextEnabledNodeAttribute;
};

Powered by Google App Engine
This is Rietveld 408576698