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 5414170af279a7d8d16e8d425bf10fcf162e3dcb..0f6ae15002391585272e1239255899322c8e7ca9 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -536,7 +536,7 @@ protected: |
float spoolPage(GraphicsContext& context, int pageNumber) override |
{ |
IntRect pageRect = m_pageRects[pageNumber]; |
- m_plugin->printPage(pageNumber, &context, pageRect); |
+ m_plugin->printPage(pageNumber, context, pageRect); |
return 1.0; |
} |