| Index: third_party/WebKit/Source/core/xml/XPathValue.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathValue.h b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| index ca426126603c157709266421cb24dd98a5e127f9..d71e5ba5fc0e5510f6bec1cc48b14b07a988d9f6 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathValue.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| @@ -62,7 +62,8 @@ class ValueData : public GarbageCollectedFinalized<ValueData> {
|
| Member<NodeSet> m_nodeSet;
|
| };
|
|
|
| -// Copying Value objects makes their data partially shared, so care has to be taken when dealing with copies.
|
| +// Copying Value objects makes their data partially shared, so care has to be
|
| +// taken when dealing with copies.
|
| class Value {
|
| DISALLOW_NEW();
|
|
|
|
|