| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 3fc7cfd5e680df59b8ec8309466fef7c0313a9c8..a1dede37b198c341ea24aeaf0b24ef14051cfdb1 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -112,6 +112,9 @@ interface InspectorInstrumentation {
|
| [CSS, Inline=FastReturn]
|
| void didUpdateRegionLayout([Keep] Document*, NamedFlow*);
|
|
|
| + [CSS, Inline=FastReturn]
|
| + void didChangeRegionOverset([Keep] Document*, NamedFlow*);
|
| +
|
| [DOMDebugger, Inline=FastReturn]
|
| void willSendXMLHttpRequest(ScriptExecutionContext*, const String& url);
|
|
|
|
|