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

Unified Diff: src/factory.h

Issue 1029783003: Populate PrototypeInfo with prototype_object value (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index aabb0ed20d2274c212419ffbbd41a14cb0d61d0e..6e51b6f2c7583a92322e4e7e2f71dad028e8e2f3 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -59,7 +59,7 @@ class Factory FINAL {
Handle<Box> NewBox(Handle<Object> value);
// Create a new PrototypeInfo struct.
- Handle<PrototypeInfo> NewPrototypeInfo(Handle<JSObject> prototype_obj);
+ Handle<PrototypeInfo> NewPrototypeInfo();
// Create a pre-tenured empty AccessorPair.
Handle<AccessorPair> NewAccessorPair();
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698