Index: ios/web/public/web_kit_constants.h |
diff --git a/ios/web/public/web_kit_constants.h b/ios/web/public/web_kit_constants.h |
index dfbb1046e7e257a81cf4ac1c73bd4c530609dc31..2577fc05d80a208dfd273e35223d5ec3988a706a 100644 |
--- a/ios/web/public/web_kit_constants.h |
+++ b/ios/web/public/web_kit_constants.h |
@@ -23,6 +23,7 @@ const long kWebKitErrorCannotShowUrl = 101; |
const long kWebKitErrorFrameLoadInterruptedByPolicyChange = 102; |
// Undocumented iOS-specific WebKit error. |
+const long kWebKitErrorUnsafePort = 103; |
const long kWebKitErrorPlugInLoadFailed = 204; |
} // namespace web |