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

Unified Diff: core/testing/GCObservation.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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
« no previous file with comments | « core/svg/SVGTitleElement.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/GCObservation.idl
diff --git a/core/testing/LayerRectList.idl b/core/testing/GCObservation.idl
similarity index 85%
copy from core/testing/LayerRectList.idl
copy to core/testing/GCObservation.idl
index ee608cfdca956b7df997e667d48c0e1405cc0477..6c2d8e8b7cf3ec15182a06b35668543bda7035b5 100644
--- a/core/testing/LayerRectList.idl
+++ b/core/testing/GCObservation.idl
@@ -28,9 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
-] interface LayerRectList {
- readonly attribute unsigned long length;
- getter LayerRect item([IsIndex,Default=Undefined] optional unsigned long index);
+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 | « core/svg/SVGTitleElement.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698