| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 51143d6522f68b48992185bb13bc4d40de4bbeb2..486f8b1112f44f47b3cce526b48ac0d7b5cc9460 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -2358,14 +2358,5 @@
|
| return UseCounter::isCounted(*document, static_cast<UseCounter::Feature>(useCounterId));
|
| }
|
|
|
| -String Internals::unscopeableAttribute()
|
| -{
|
| - return "unscopeableAttribute";
|
| -}
|
| -
|
| -String Internals::unscopeableMethod()
|
| -{
|
| - return "unscopeableMethod";
|
| -}
|
|
|
| } // namespace blink
|
|
|