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

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

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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: third_party/WebKit/Source/core/dom/DOMException.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMException.idl b/third_party/WebKit/Source/core/dom/DOMException.idl
index a2f4571d479aa356f8ba455c452c142306921b2f..ee36f106cdb7ba592fb5a7830430d19b93b7c26a 100644
--- a/third_party/WebKit/Source/core/dom/DOMException.idl
+++ b/third_party/WebKit/Source/core/dom/DOMException.idl
@@ -34,7 +34,6 @@
Constructor(optional DOMString message = "", optional DOMString name = "Error"),
Exposed=(Window,Worker),
DoNotCheckConstants,
- GarbageCollected,
] exception DOMException {
readonly attribute unsigned short code;
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMError.idl ('k') | third_party/WebKit/Source/core/dom/DOMImplementation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698