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