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

Unified Diff: include/v8.h

Issue 739253006: Remove v8::StartupData::compressed_size. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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/d8.cc » ('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 21911b460db34b23e5f89a0b1beaa4e221a0f37c..ef01a5fdd9307cdfd2235aad70c95bdae3c23a0f 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5161,7 +5161,6 @@ class V8_EXPORT Isolate {
class V8_EXPORT StartupData {
public:
const char* data;
- int compressed_size; // TODO(yangguo): remove this.
int raw_size;
};
« no previous file with comments | « no previous file | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698