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

Unified Diff: Source/core/testing/GCObservation.idl

Issue 205943003: Remove unnecessary [NoInterfaceObject] from testing IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/testing/GCObservation.idl
diff --git a/Source/core/testing/GCObservation.idl b/Source/core/testing/GCObservation.idl
index feb1069bee0e5594c11b8fe91271381a8d473b5e..378b05526c7ef3cddd98f35140dca7e02ba3592c 100644
--- a/Source/core/testing/GCObservation.idl
+++ b/Source/core/testing/GCObservation.idl
@@ -30,11 +30,9 @@
[
WillBeGarbageCollected,
- NoInterfaceObject, // testing interfaces do not appear on global objects
] interface GCObservation {
// Technically, this is true if the object was "near death"; the
// object may have been kept alive through a weak handle. Having
// been collected is the common case, though.
readonly attribute boolean wasCollected;
};
-
« no previous file with comments | « Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl ('k') | Source/core/testing/InternalProfilers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698