summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_engine_error.cpp')
-rw-r--r--src/core/web_engine_error.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/web_engine_error.cpp b/src/core/web_engine_error.cpp
index f53346995..1cf39fdad 100644
--- a/src/core/web_engine_error.cpp
+++ b/src/core/web_engine_error.cpp
@@ -40,6 +40,9 @@
****************************************************************************/
#include "web_engine_error.h"
+#include "net/base/net_errors.h"
+
+const int WebEngineError::UserAbortedError = net::ERR_ABORTED;
namespace {
const int noError = 0;