| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 56682d7b3352ade8c7f5195eecd0d986a7e07c71..2955cea890752d034d0a8f8d951c26a4ab67d634 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -435,7 +435,7 @@ public:
|
| outputLinkedDestinations(canvas, allPagesRect);
|
| }
|
|
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
|
|
| String debugName() const { return "ChromePrintContext"; }
|
|
|
|
|