| Index: third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CharacterData.cpp b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| index 09924c3944e64926d5eaac935bf8bb46a18ea1a7..9bcbe9e7355f913282674799c0989a0e7c1fb184 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/events/MutationEvent.h"
|
| #include "core/probe/CoreProbes.h"
|
| -#include "wtf/CheckedNumeric.h"
|
| +#include "platform/wtf/CheckedNumeric.h"
|
|
|
| namespace blink {
|
|
|
|
|