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

Unified Diff: Source/modules/vr/VRHardwareUnitCollection.cpp

Issue 1107793002: Oilpan: have DOMException be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/modules/vr/NavigatorVRDevice.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRHardwareUnitCollection.cpp
diff --git a/Source/modules/vr/VRHardwareUnitCollection.cpp b/Source/modules/vr/VRHardwareUnitCollection.cpp
index 0bfb33cce683aa6408c7c3b8a676c5f0f0034713..75aeb51034775d773fd120f1d2211b3f0d3e59de 100644
--- a/Source/modules/vr/VRHardwareUnitCollection.cpp
+++ b/Source/modules/vr/VRHardwareUnitCollection.cpp
@@ -6,7 +6,6 @@
#include "modules/vr/VRHardwareUnitCollection.h"
#include "bindings/core/v8/ScriptPromiseResolver.h"
-#include "core/dom/DOMException.h"
#include "core/dom/Document.h"
#include "core/dom/ExceptionCode.h"
#include "core/frame/LocalDOMWindow.h"
« no previous file with comments | « Source/modules/vr/NavigatorVRDevice.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698