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

Unified Diff: include/v8.h

Issue 281753004: Drop thenable coercion cache (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Test Created 6 years, 7 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/promise.js » ('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 e089b41818f12d2109f4fde96647806d16045d12..0b74d51137981dcf5967a719d61876c3ca5c17f6 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -1040,9 +1040,9 @@ class V8_EXPORT ScriptCompiler {
BufferPolicy buffer_policy;
private:
- // Prevent copying. Not implemented.
- CachedData(const CachedData&);
- CachedData& operator=(const CachedData&);
+ // Prevent copying. Not implemented.
+ CachedData(const CachedData&);
+ CachedData& operator=(const CachedData&);
};
/**
@@ -1065,7 +1065,7 @@ class V8_EXPORT ScriptCompiler {
private:
friend class ScriptCompiler;
- // Prevent copying. Not implemented.
+ // Prevent copying. Not implemented.
Source(const Source&);
Source& operator=(const Source&);
« no previous file with comments | « no previous file | src/promise.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698