| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 1126b602539f38d2982e14c6c50d9f38f66f2507..f2cd30de8055516508313e77fbfef2ac588633df 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -374,8 +374,8 @@ public:
|
| bool isUseCounted(Document*, int useCounterId);
|
| bool isCSSPropertyUseCounted(Document*, const String&);
|
|
|
| - String unscopeableAttribute();
|
| - String unscopeableMethod();
|
| + String unscopableAttribute();
|
| + String unscopableMethod();
|
|
|
| ClientRectList* focusRingRects(Element*);
|
| ClientRectList* outlineRects(Element*);
|
|
|