| 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;
|
|
|