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

Unified Diff: runtime/bin/builtin.h

Issue 3004153002: Fixed analyzer test to use dart2js not dartium (Closed)
Patch Set: Removed rest of dartium files. Created 3 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: runtime/bin/builtin.h
diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
index 21d7d0b11c33a83e65b25e7c6a73bbdf1015a974..3d2f7a69587431a437b537498d05f400e90e6926 100644
--- a/runtime/bin/builtin.h
+++ b/runtime/bin/builtin.h
@@ -73,9 +73,7 @@ class Builtin {
static const char* html_common_source_paths_[];
static const char* js_source_paths_[];
static const char* js_util_source_paths_[];
- static const char* _blink_source_paths_[];
static const char* indexed_db_source_paths_[];
- static const char* cached_patches_source_paths_[];
static const char* web_gl_source_paths_[];
static const char* metadata_source_paths_[];
static const char* web_sql_source_paths_[];

Powered by Google App Engine
This is Rietveld 408576698