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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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/bindings/core/v8/IDLDictionaryBase.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h b/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
index f19a8d560ab1d7da14d92726425b353c2a84a44c..168c307c55e12ba753573b79c95e565791f98cea 100644
--- a/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
+++ b/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
@@ -14,7 +14,7 @@ namespace blink {
// This class provides toV8Impl() virtual function which will be overridden
// by auto-generated IDL dictionary impl classes. toV8Impl() is used
-// in ToV8.h to provide a consistent API of toV8().
+// in ToV8.h to provide a consistent API of ToV8().
class CORE_EXPORT IDLDictionaryBase {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
« no previous file with comments | « third_party/WebKit/Source/bindings/IDLExtendedAttributes.md ('k') | third_party/WebKit/Source/bindings/core/v8/Iterable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698