Index: third_party/WebKit/Source/core/loader/FrameLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h |
index b948aac8fc603d7ee1f8e59168335f8b6df75ce3..2fa071d1649403a198579e07174725aa4e6c2366 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -136,6 +136,7 @@ public: |
void dispatchDidClearWindowObjectInMainWorld(); |
void dispatchDidClearDocumentOfWindowObject(); |
void dispatchDocumentElementAvailable(); |
+ void runScriptsAtDocumentElementAvailable(); |
// The following sandbox flags will be forced, regardless of changes to |
// the sandbox attribute of any parent frames. |