| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 7740770d16bc613c4aa3005896418a72cdde3dc3..6ca81cf45f1681766ecdc340e29b8bdd003a6b20 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -67,6 +67,7 @@ class Node;
|
| class Page;
|
| class PluginPlaceholderOptions;
|
| class PrivateScriptTest;
|
| +class ReadableStreamTestCase;
|
| class Range;
|
| class SerializedScriptValue;
|
| class ShadowRoot;
|
| @@ -367,8 +368,11 @@ public:
|
|
|
| void setCapsLockState(bool enabled);
|
|
|
| + ReadableStreamTestCase* createReadableStreamTestCase(ScriptState*);
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| +
|
| Document* contextDocument() const;
|
| LocalFrame* frame() const;
|
| Vector<String> iconURLs(Document*, int iconTypesMask) const;
|
|
|