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

Unified Diff: src/serialize.cc

Issue 6233: Removed the print, load, quit and version extensions from the VM. Moved the p... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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/execution.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.cc
===================================================================
--- src/serialize.cc (revision 404)
+++ src/serialize.cc (working copy)
@@ -537,12 +537,6 @@
// Extensions
Add(FUNCTION_ADDR(GCExtension::GC), EXTENSION, 1,
"GCExtension::GC");
- Add(FUNCTION_ADDR(PrintExtension::Print), EXTENSION, 2,
- "PrintExtension::Print");
- Add(FUNCTION_ADDR(LoadExtension::Load), EXTENSION, 3,
- "LoadExtension::Load");
- Add(FUNCTION_ADDR(QuitExtension::Quit), EXTENSION, 4,
- "QuitExtension::Quit");
// Accessors
#define ACCESSOR_DESCRIPTOR_DECLARATION(name) \
« no previous file with comments | « src/execution.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698