| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| index 77d6c371703b9e338536cbcf1707dc1962085519..de8806f7d45ddc579f591abdaa133208109a0d28 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -154,7 +154,7 @@ InstrumentingAgents* instrumentingAgentsFor(EventTarget* eventTarget)
|
| {
|
| if (!eventTarget)
|
| return 0;
|
| - return instrumentingAgentsFor(eventTarget->executionContext());
|
| + return instrumentingAgentsFor(eventTarget->getExecutionContext());
|
| }
|
|
|
| InstrumentingAgents* instrumentingAgentsFor(LayoutObject* layoutObject)
|
|
|