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

Unified Diff: third_party/WebKit/Source/core/dom/DOMError.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/DOMError.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMError.idl b/third_party/WebKit/Source/core/dom/DOMError.idl
index d0c954475628ed41222e6afb4123ac5d20409a2f..3adad065e17e89a20c7257316c0932b9e4318992 100644
--- a/third_party/WebKit/Source/core/dom/DOMError.idl
+++ b/third_party/WebKit/Source/core/dom/DOMError.idl
@@ -31,7 +31,6 @@
// FIXME: DOMError has been removed from the spec. crbug.com/460725
[
Constructor(DOMString name, optional DOMString message = null),
- GarbageCollected,
Measure,
] interface DOMError {
[Measure] readonly attribute DOMString name;
« no previous file with comments | « third_party/WebKit/Source/core/dom/CompositorProxy.idl ('k') | third_party/WebKit/Source/core/dom/DOMException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698