summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc b/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
index c20574ba46c..d3a40e45d37 100644
--- a/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
+++ b/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
@@ -30,16 +30,16 @@
#include "third_party/blink/renderer/core/svg/properties/svg_property_tear_off.h"
-#include "third_party/blink/renderer/bindings/core/v8/exception_messages.h"
-#include "third_party/blink/renderer/bindings/core/v8/exception_state.h"
-#include "third_party/blink/renderer/core/dom/exception_code.h"
#include "third_party/blink/renderer/core/svg/svg_element.h"
+#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
+#include "third_party/blink/renderer/platform/bindings/exception_state.h"
namespace blink {
void SVGPropertyTearOffBase::ThrowReadOnly(ExceptionState& exception_state) {
- exception_state.ThrowDOMException(kNoModificationAllowedError,
- ExceptionMessages::ReadOnly());
+ exception_state.ThrowDOMException(
+ DOMExceptionCode::kNoModificationAllowedError,
+ ExceptionMessages::ReadOnly());
}
void SVGPropertyTearOffBase::CommitChange() {