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

Unified Diff: Source/core/dom/DOMStringMap.idl

Issue 258143002: Oilpan: move DOM string collection objects to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/core/dom/DOMStringMap.idl
diff --git a/Source/core/dom/DOMStringMap.idl b/Source/core/dom/DOMStringMap.idl
index b3590a905393948017c41d4a7c93970970dfa84b..c8c7d15fc17325ae45e0f61e4f82660f08547216 100644
--- a/Source/core/dom/DOMStringMap.idl
+++ b/Source/core/dom/DOMStringMap.idl
@@ -26,6 +26,7 @@
[
OverrideBuiltins,
SetWrapperReferenceFrom=element,
+ WillBeGarbageCollected,
] interface DOMStringMap {
[NotEnumerable] getter DOMString (unsigned long index);
[RaisesException] setter DOMString (unsigned long index, DOMString value);

Powered by Google App Engine
This is Rietveld 408576698