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

Unified Diff: webkit/support/test_webkit_platform_support.cc

Issue 22723005: Remove gc extension from webkit/support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put gc_extension in content/shell/renderer Created 7 years, 4 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 | « webkit/support/gc_extension.cc ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.cc
diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc
index 6eecfedd0d058906e5715d657c61ba8d55e684aa..e4d192d9f31d5b4301c99e7c0b77b80f0d5f4640 100644
--- a/webkit/support/test_webkit_platform_support.cc
+++ b/webkit/support/test_webkit_platform_support.cc
@@ -36,7 +36,6 @@
#include "webkit/glue/webkit_glue.h"
#include "webkit/renderer/appcache/web_application_cache_host_impl.h"
#include "webkit/renderer/compositor_bindings/web_compositor_support_impl.h"
-#include "webkit/support/gc_extension.h"
#include "webkit/support/mock_webclipboard_impl.h"
#include "webkit/support/web_gesture_curve_mock.h"
#include "webkit/support/web_layer_tree_view_impl_for_testing.h"
@@ -105,8 +104,6 @@ TestWebKitPlatformSupport::TestWebKitPlatformSupport() {
// Test shell always exposes the GC.
webkit_glue::SetJavaScriptFlags(" --expose-gc");
- // Expose GCController to JavaScript.
- WebScriptController::registerExtension(extensions_v8::GCExtension::Get());
}
TestWebKitPlatformSupport::~TestWebKitPlatformSupport() {
« no previous file with comments | « webkit/support/gc_extension.cc ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698