| 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 3e50c346cd1a7800f18dcb7a5c44f9ccac9c68cc..227ddfb4b39ca8b22c0155d0b9d911cb3251eac5 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -354,4 +354,5 @@
|
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
|
|
|
| void forceRestrictIFramePermissions();
|
| + [RaisesException] double monotonicTimeToZeroBasedDocumentTime(double platformTime);
|
| };
|
|
|