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

Unified Diff: include/v8.h

Issue 130213009: Various extension-related cleanup and simplifications. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Whitespace Created 6 years, 11 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.h » ('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 8f194988e840e6219176b34bf784cbf69cc51f19..fbdc82f8f58c9aa945a53e63ce8be00f78d1d0f6 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3718,17 +3718,6 @@ class V8_EXPORT Extension { // NOLINT
void V8_EXPORT RegisterExtension(Extension* extension);
-/**
- * Ignore
- */
-class V8_EXPORT DeclareExtension {
- public:
- V8_INLINE DeclareExtension(Extension* extension) {
- RegisterExtension(extension);
- }
-};
-
-
// --- Statics ---
V8_INLINE Handle<Primitive> Undefined(Isolate* isolate);
« no previous file with comments | « no previous file | src/bootstrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698