Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index efa8c40b47e6976d713c068dc4dd96e86d694749..a7186a7a6302045fb479fc160748ba4e6c178498 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -828,6 +828,8 @@ inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, FrameO |
, m_textZoomFactor(parentTextZoomFactor(this)) |
, m_inViewSourceMode(false) |
, m_instrumentingAgents(host->instrumentingAgents()) |
+ , m_shouldSendDPRHint(false) |
+ , m_shouldSendRWHint(false) |
{ |
} |