Chromium Code Reviews| 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&); |
|
haraken
2014/03/04 06:19:41
I'd rename this method to make it clear that it's
hajimehoshi
2014/03/04 06:27:19
Sorry but this was mistake. This method has nothin
|
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |