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

Unified Diff: Source/bindings/core/v8/V8ObjectConstructor.cpp

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. Created 6 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 | « Source/bindings/core/v8/V8Binding.cpp ('k') | Source/bindings/core/v8/custom/V8EventTargetCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8ObjectConstructor.cpp
diff --git a/Source/bindings/core/v8/V8ObjectConstructor.cpp b/Source/bindings/core/v8/V8ObjectConstructor.cpp
index ca3c13390aa58459a8906a1c1c59bb25aaa24073..f6c01e0355f0d7635129aa57764b3249a0f4199f 100644
--- a/Source/bindings/core/v8/V8ObjectConstructor.cpp
+++ b/Source/bindings/core/v8/V8ObjectConstructor.cpp
@@ -31,7 +31,6 @@
#include "core/frame/LocalFrame.h"
#include "platform/TraceEvent.h"
-
namespace blink {
v8::Local<v8::Object> V8ObjectConstructor::newInstance(v8::Isolate* isolate, v8::Handle<v8::Function> function)
« no previous file with comments | « Source/bindings/core/v8/V8Binding.cpp ('k') | Source/bindings/core/v8/custom/V8EventTargetCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698