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 b99538f3814052c32949f927c7c5f1de9e4c8aae..9d3a5b8fc4d571e5d3b6c8b72f11682cc2310454 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. |