| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 821bba1bc55d21f44b1cfda24fb9994147d20554..84e5960e7db3423b99d8f456925b11ef5ce8f9e8 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -353,4 +353,5 @@
|
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
|
|
|
| void forceRestrictIFramePermissions();
|
| + [RaisesException] double monotonicTimeToZeroBasedDocumentTime(double platformTime);
|
| };
|
|
|