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

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

Issue 877523004: Add extended attribute, [Measure], to simplify use counting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index a70054e61b00e933aecac4815737ddde7ac2d7f2..54a9fbd2c4be021777310b92e20e3bdd146f5f4a 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -38,6 +38,7 @@
DoNotCheckConstants,
ImplementedAs=TestInterfaceImplementation,
Iterable,
+ Measure,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface referencedName),
TypeChecking=(Interface,Unrestricted),
@@ -49,7 +50,7 @@
const unsigned long UNSIGNED_LONG = 0;
[Reflect=CONST_CPP] const short CONST_JAVASCRIPT = 1;
- attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
+ [DoNotMeasure] attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
attribute TestInterfaceConstructor testInterfaceConstructorAttribute;
attribute double doubleAttribute;
attribute float floatAttribute;

Powered by Google App Engine
This is Rietveld 408576698