Index: third_party/WebKit/Source/core/editing/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn |
index f4a148991b3cae53e3f70e0b8e5739c84ca65993..629367372f8a5a3c82344eb86ef116bcc1446ac0 100644 |
--- a/third_party/WebKit/Source/core/editing/BUILD.gn |
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn |
@@ -287,13 +287,6 @@ blink_core_sources("editing") { |
sources += [ "commands/SmartReplaceCF.cpp" ] |
} |
- if (is_mac) { |
- jumbo_excluded_sources = [ |
- # Using "using blink" in global scope. |
- "WebSubstringUtil.mm", |
- ] |
- } |
- |
configs += [ |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
"//build/config/compiler:no_size_t_to_int_warning", |