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

Unified Diff: Source/bindings/tests/results/V8Float64Array.cpp

Issue 14842011: Stop including main header twice in generated implementation code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 7 years, 7 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/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/results/V8TestActiveDOMObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8Float64Array.cpp
diff --git a/Source/bindings/tests/results/V8Float64Array.cpp b/Source/bindings/tests/results/V8Float64Array.cpp
index 4c473c36829828e7ea7310c2c93db3f8cdaeffe7..67dcd13a74d3c0de45d84249fcd9fb898d328bf8 100644
--- a/Source/bindings/tests/results/V8Float64Array.cpp
+++ b/Source/bindings/tests/results/V8Float64Array.cpp
@@ -24,7 +24,6 @@
#include "RuntimeEnabledFeatures.h"
#include "V8ArrayBufferView.h"
#include "V8Float32Array.h"
-#include "V8Float64Array.h"
#include "V8Int32Array.h"
#include "bindings/v8/ScriptController.h"
#include "bindings/v8/V8Binding.h"
@@ -34,7 +33,6 @@
#include "core/dom/ExceptionCode.h"
#include "core/page/Frame.h"
#include "wtf/Float32Array.h"
-#include "wtf/Float64Array.h"
#include "wtf/GetPtr.h"
#include "wtf/Int32Array.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/results/V8TestActiveDOMObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698