| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 1be3df8ae501d83a25bc0e1b924b7d2393351ab8..a5991fb8c33fd20c97ed009ab4a46ba6519ec5be 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -229,18 +229,6 @@ interface InspectorInstrumentation {
|
| [Timeline, Resource, Inline=FastReturn]
|
| void didScheduleStyleRecalculation([Keep] Document*);
|
|
|
| - [CSS, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willMatchRule(Document*, StyleRule*, InspectorCSSOMWrappers&, DocumentStyleSheetCollection*);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didMatchRule(const InspectorInstrumentationCookie&, bool matched);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willProcessRule(Document* document, [FastReturn] StyleRule* rule, StyleResolver* styleResolver);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didProcessRule(const InspectorInstrumentationCookie&);
|
| -
|
| [Resource, Inline=FastReturn]
|
| void applyUserAgentOverride(Frame*, String* userAgent);
|
|
|
|
|