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

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

Issue 1107793002: Oilpan: have DOMException be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/core/dom/DOMException.cpp ('k') | Source/core/streams/ReadableStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMException.idl
diff --git a/Source/core/dom/DOMException.idl b/Source/core/dom/DOMException.idl
index d4fcf44a157e07d1c938e53879f94c32c38569f8..c4e8919514c95ac4c9c2a4e0bb0602ae960a03d5 100644
--- a/Source/core/dom/DOMException.idl
+++ b/Source/core/dom/DOMException.idl
@@ -29,7 +29,7 @@
[
Exposed=(Window,Worker),
DoNotCheckConstants,
- WillBeGarbageCollected,
+ GarbageCollected,
] exception DOMException {
readonly attribute unsigned short code;
« no previous file with comments | « Source/core/dom/DOMException.cpp ('k') | Source/core/streams/ReadableStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698