| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index f5a9893b9fa576afaf86f0d1e1dad07cd59f4bfa..8e70439ed39b5ad8b29e197ebc36f83fec078ca5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "core/svg/SVGUseElement.h"
|
|
|
| -#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/SVGNames.h"
|
| #include "core/XLinkNames.h"
|
| #include "core/dom/Document.h"
|
|
|