Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index ba2f2285825bb16650ec76c7f6b1da4ff158eaca..058d8f37a47f677dbb9e133e4a158e5b2537228a 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -296,6 +296,8 @@ public: |
| bool loseSharedGraphicsContext3D(); |
| + ScriptValue addOneToPromise(ScriptValue promise); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |