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

Unified Diff: third_party/WebKit/Source/core/xml/XPathValue.h

Issue 2424453002: Handle overflow, underflow in XPath substring position, length. (Closed)
Patch Set: Address nit. Created 4 years, 2 months 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
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathPredicate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d71e5ba5fc0e5510f6bec1cc48b14b07a988d9f6..44653a99a020c083869db7640b90167009c55d1d 100644
--- a/third_party/WebKit/Source/core/xml/XPathValue.h
+++ b/third_party/WebKit/Source/core/xml/XPathValue.h
@@ -27,6 +27,7 @@
#ifndef XPathValue_h
#define XPathValue_h
+#include "core/CoreExport.h"
#include "core/xml/XPathNodeSet.h"
#include "wtf/text/WTFString.h"
@@ -64,7 +65,7 @@ class ValueData : public GarbageCollectedFinalized<ValueData> {
// Copying Value objects makes their data partially shared, so care has to be
// taken when dealing with copies.
-class Value {
+class CORE_EXPORT Value {
DISALLOW_NEW();
public:
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathPredicate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698