| Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| index afb5e8c6bfc0fe32e38d2d027e79fc3adf223797..ecb5cb9b978f3c779fd5656f47bcebc4310bd292 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -43,6 +43,7 @@
|
| #include "core/html/HTMLDocument.h"
|
| #include "core/html/HTMLHeadElement.h"
|
| #include "core/html/parser/HTMLDocumentParser.h"
|
| +#include "core/inspector/AddStringToDigestor.h"
|
| #include "core/inspector/DOMEditor.h"
|
| #include "core/inspector/InspectorHistory.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
| @@ -434,13 +435,6 @@ bool DOMPatchSupport::InnerPatchChildren(
|
| return true;
|
| }
|
|
|
| -static void AddStringToDigestor(WebCryptoDigestor* digestor,
|
| - const String& string) {
|
| - digestor->Consume(
|
| - reinterpret_cast<const unsigned char*>(string.Utf8().data()),
|
| - string.length());
|
| -}
|
| -
|
| DOMPatchSupport::Digest* DOMPatchSupport::CreateDigest(
|
| Node* node,
|
| UnusedNodesMap* unused_nodes_map) {
|
|
|