| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 864d1f9d82819fc08291115c0e8237a84f25aa8c..54a46051588b0f8b9a1d2c41badf2844368bcb18 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -143,7 +143,7 @@
|
| unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
|
| boolean ignoreClipping, boolean allowShadowContent, boolean allowChildFrameContent);
|
|
|
| - void emitInspectorDidBeginFrame();
|
| + void emitInspectorDidBeginFrame(optional long frameId);
|
| void emitInspectorDidCancelFrame();
|
|
|
| [RaisesException] boolean hasSpellingMarker(Document document, long from, long length);
|
|
|