Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 028aef0aee82248560015a7406360affae8bb466..29c8b332b1fab183dcc1ac6ec0f1ee921cf205e6 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -341,6 +341,9 @@ public: |
| // Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC. |
| void forceBlinkGCWithoutV8GC(); |
| + String Internals::selectedHTMLForClipboard(); |
|
tkent
2015/03/17 22:34:19
Remove "Internals::"
yosin_UTC9
2015/03/18 02:05:04
Oops, sorry MSVC accept this...
|
| + String Internals::selectedTextForClipboard(); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |