summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-char-max-84.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-char-max-84.patch')
-rw-r--r--www-client/chromium/files/chromium-char-max-84.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-client/chromium/files/chromium-char-max-84.patch b/www-client/chromium/files/chromium-char-max-84.patch
deleted file mode 100644
index 0f9c654..0000000
--- a/www-client/chromium/files/chromium-char-max-84.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/components/prefs/pref_value_map.cc b/components/prefs/pref_value_map.cc
-index 8a203ac7a..18f160b6e 100644
---- a/components/prefs/pref_value_map.cc
-+++ b/components/prefs/pref_value_map.cc
-@@ -4,6 +4,7 @@
-
- #include "components/prefs/pref_value_map.h"
-
-+#include <climits>
- #include <map>
- #include <memory>
- #include <utility>