| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 820494c94de832d2f8cb00f6f1fc2b30a95ae57a..65444604c7be128b8c6ef8ec5fb5107e43f9fded 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -352,9 +352,6 @@
|
| // |useCounterId| must be one of the values from the UseCounter::Feature enum.
|
| bool isUseCounted(Document*, int useCounterId);
|
|
|
| - String unscopeableAttribute();
|
| - String unscopeableMethod();
|
| -
|
| private:
|
| explicit Internals(Document*);
|
| Document* contextDocument() const;
|
|
|