Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2341673004: [Binding] Replace 'Unscopeable' with 'Unscopable' (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);
« no previous file with comments | « third_party/WebKit/Source/core/dom/ParentNode.idl ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698