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

Unified Diff: include/v8.h

Issue 11889031: Merged r13380, r13381 into trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 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
« no previous file with comments | « no previous file | src/mark-compact.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 3a5d785092d7e85f2ad45923201f00b56dcd2f0f..bc2f5e7630c8c8722807bcd04358ca9a4b7c2d97 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -1089,7 +1089,7 @@ class V8EXPORT String : public Primitive {
/**
* Returns whether this string contains only one byte data.
*/
- V8EXPORT bool IsOneByte() const;
+ bool IsOneByte() const;
/**
* Write the contents of the string to an external buffer.
@@ -1134,7 +1134,7 @@ class V8EXPORT String : public Primitive {
int length = -1,
int options = NO_OPTIONS) const;
// One byte characters.
- V8EXPORT int WriteOneByte(uint8_t* buffer,
+ int WriteOneByte(uint8_t* buffer,
int start = 0,
int length = -1,
int options = NO_OPTIONS) const;
« no previous file with comments | « no previous file | src/mark-compact.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698