Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 1ef4c297126211022f89337e16abc645deaba56c..b042e1ea4c024105894e02e9aeb0dc1e4854452a 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -314,6 +314,9 @@ public: |
void trace(Visitor*); |
+ void startSpeechInput(Element*); |
+ void setValueForUser(Element*, const String&); |
+ |
private: |
explicit Internals(Document*); |
Document* contextDocument() const; |