| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index f6c00071b33316ab5b0a689614b9e5ea4f4ce67a..c665c803790f9595b39c5439a5ab7d648b652538 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -198,7 +198,6 @@ interface Document : Node {
|
| readonly attribute VisibilityState visibilityState;
|
|
|
| // Non-standard APIs
|
| - [MeasureAs=DocumentGetOverrideStyle] CSSStyleDeclaration getOverrideStyle();
|
| [MeasureAs=DocumentCharset, TreatReturnedNullStringAs=Undefined, TreatNullAs=NullString] attribute DOMString charset;
|
| [MeasureAs=DocumentDefaultCharset, TreatReturnedNullStringAs=Undefined] readonly attribute DOMString defaultCharset;
|
| [MeasureAs=DocumentCaretRangeFromPoint] Range caretRangeFromPoint([Default=Undefined] optional long x, [Default=Undefined] optional long y);
|
|
|