| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index 2a864291d283688ec1f6c3504f88138cda93b09c..aafcdaf198774f3978c3bb59d14dda1808c46a90 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -195,7 +195,6 @@ interface Document : Node {
|
| readonly attribute VisibilityState visibilityState;
|
|
|
| // Non-standard APIs
|
| - [DeprecateAs=DocumentDefaultCharset, TreatReturnedNullStringAs=Undefined] readonly attribute DOMString defaultCharset;
|
| [MeasureAs=DocumentCaretRangeFromPoint] Range caretRangeFromPoint([Default=Undefined] optional long x, [Default=Undefined] optional long y);
|
|
|
| // Deprecated prefixed page visibility API.
|
|
|