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..0038b8ce542d34c9056da1963128463c233f0b60 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
@@ -78,6 +78,7 @@ private: |
AtomicString m_URL; |
AtomicString m_frameName; |
+ mutable bool m_javaScriptURLFailedAccessCheck; |
}; |
inline bool isHTMLFrameElementBase(const HTMLElement& element) |