Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 4acc164543f001072ca2c36c2dadff7f1aa4351a..9e2f43352b0e2f616f4637a45d61e8045c66dae0 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -280,6 +280,7 @@ public: |
bool isSelectPopupVisible(Node*); |
PassRefPtr<ClientRect> selectionBounds(ExceptionCode&); |
+ String baseURL(Document*, ExceptionCode&); |
private: |
explicit Internals(Document*); |