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

Unified Diff: core/dom/DOMException.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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
« no previous file with comments | « core/dom/DOMError.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DOMException.idl
diff --git a/core/dom/DOMException.idl b/core/dom/DOMException.idl
index 44423509cbc56e1775062c59a2cc697bab160f14..c4e8919514c95ac4c9c2a4e0bb0602ae960a03d5 100644
--- a/core/dom/DOMException.idl
+++ b/core/dom/DOMException.idl
@@ -27,8 +27,9 @@
*/
[
+ Exposed=(Window,Worker),
DoNotCheckConstants,
- WillBeGarbageCollected,
+ GarbageCollected,
] exception DOMException {
readonly attribute unsigned short code;
« no previous file with comments | « core/dom/DOMError.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698