| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index b133866ac4434b7f7551c4dd13e3d86ee709f31d..8e5ea4ec78aae1b7e6526599d7904f71fd698fb0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -179,7 +179,7 @@ public:
|
| void unregisterPluginElement(HTMLPlugInElement*);
|
| void clearWeakMembers(Visitor*);
|
| #endif
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return "LocalFrame"; }
|
|
|
| bool shouldThrottleRendering() const;
|
|
|