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

Unified Diff: src/extensions/externalize-string-extension.h

Issue 559913002: Rename ascii to one-byte where applicable. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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: src/extensions/externalize-string-extension.h
diff --git a/src/extensions/externalize-string-extension.h b/src/extensions/externalize-string-extension.h
index 74b5665ef0e5ec9a0d6a01675845d0d9a9a6ef10..f8c54f8f1255281ff5e0d5b19643b3423bba6317 100644
--- a/src/extensions/externalize-string-extension.h
+++ b/src/extensions/externalize-string-extension.h
@@ -17,7 +17,7 @@ class ExternalizeStringExtension : public v8::Extension {
v8::Isolate* isolate,
v8::Handle<v8::String> name);
static void Externalize(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void IsAscii(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void IsOneByte(const v8::FunctionCallbackInfo<v8::Value>& args);
private:
static const char* const kSource;
« no previous file with comments | « src/debug.cc ('k') | src/extensions/externalize-string-extension.cc » ('j') | src/jsregexp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698