Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
index 6e9cf68a0f36e9ced892fccaa58b264f6cf8f507..0ef98bdd5c87e477f315dc77b2d40c3eb4e366a6 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
@@ -77,6 +77,7 @@ private: |
int m_marginHeight; |
AtomicString m_URL; |
+ bool m_javaScriptURLCanAccessFrame; |
AtomicString m_frameName; |
}; |