| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 97c7056953687c8c1f4658afe6eb972a55e2ca92..e928dc6af050bb78afeada433d0ee4ce5bb25e8c 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -186,7 +186,7 @@ public:
|
| PassRefPtr<NodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding,
|
| unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionState&) const;
|
|
|
| - void emitInspectorDidBeginFrame();
|
| + void emitInspectorDidBeginFrame(int frameId = 0);
|
| void emitInspectorDidCancelFrame();
|
|
|
| bool hasSpellingMarker(Document*, int from, int length, ExceptionState&);
|
|
|