Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 74814c132988d8dfe6b5923c48c128af00194976..111c566438f43dff0cfce8aa1fa278e6ec2c9d72 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -322,6 +322,8 @@ public: |
String textSurroundingNode(Node*, int x, int y, unsigned long maxLength); |
+ String manifestURL(Document*, ExceptionState&); |
+ |
private: |
explicit Internals(Document*); |
Document* contextDocument() const; |