| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| index 307e9dd0c4c7a43d912afaa785f5597c56a840fb..a1e4890a8f9826f949fec53d16d45dc7649a3b5c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -110,7 +110,7 @@
|
| ~InspectorCSSAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - void forcePseudoState(Element*, CSSSelector::PseudoType, bool* result);
|
| + bool forcePseudoState(Element*, CSSSelector::PseudoType);
|
| void didCommitLoadForLocalFrame(LocalFrame*) override;
|
| void restore() override;
|
| void flushPendingProtocolNotifications() override;
|
|
|