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

Unified Diff: third_party/WebKit/Source/core/svg/SVGNumberList.h

Issue 1544673003: Refactor propagation of parsing errors for SVG attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/WebKit/Source/core/svg/SVGNumberList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGNumberList.h b/third_party/WebKit/Source/core/svg/SVGNumberList.h
index 40aa370b2e7e88cb09bb80dff91b6b09d60be5a6..ef81b5e868c616c7f855c2fae656affab8d83287 100644
--- a/third_party/WebKit/Source/core/svg/SVGNumberList.h
+++ b/third_party/WebKit/Source/core/svg/SVGNumberList.h
@@ -31,8 +31,8 @@
#ifndef SVGNumberList_h
#define SVGNumberList_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "core/svg/SVGNumber.h"
+#include "core/svg/SVGParsingError.h"
#include "core/svg/properties/SVGListPropertyHelper.h"
namespace blink {
@@ -50,7 +50,7 @@ public:
~SVGNumberList() override;
- void setValueAsString(const String&, ExceptionState&);
+ SVGParsingError setValueAsString(const String&);
// SVGPropertyBase:
String valueAsString() const override;

Powered by Google App Engine
This is Rietveld 408576698