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