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

Unified Diff: src/accessors.cc

Issue 2305573002: [regexp] Port RegExp getters and setters (Closed)
Patch Set: Format Created 4 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
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-regexp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.cc
diff --git a/src/accessors.cc b/src/accessors.cc
index da44151b3edbdd6d4b517e14936aacc83bd0b6fc..db4686b90d4a06f96f4a3d71e6b2f73444a55cc1 100644
--- a/src/accessors.cc
+++ b/src/accessors.cc
@@ -15,6 +15,7 @@
#include "src/messages.h"
#include "src/property-details.h"
#include "src/prototype.h"
+#include "src/string-builder.h"
Benedikt Meurer 2016/09/01 10:22:33 Why is this necessary?
jgruber 2016/09/01 10:36:39 Done.
namespace v8 {
namespace internal {
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-regexp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698