https://bugs.webkit.org/show_bug.cgi?id=191668
<rdar://problem/
46081704>
Reviewed by Alexey Proskuryakov.
Source/WebCore/SourcesCocoa.txt had a #end that should have been a
#endif. Fix this, an add a check to generate-unified-source-bundles.rb
to detect similar typos.
Source/WebCore:
No new tests -- no changed functionality.
* SourcesCocoa.txt:
Source/WTF:
* Scripts/generate-unified-source-bundles.rb:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@238217
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-11-14 Keith Rollin <krollin@apple.com>
+
+ Fix #end vs. #endif typo.
+ https://bugs.webkit.org/show_bug.cgi?id=191668
+ <rdar://problem/46081704>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Source/WebCore/SourcesCocoa.txt had a #end that should have been a
+ #endif. Fix this, an add a check to generate-unified-source-bundles.rb
+ to detect similar typos.
+
+ * Scripts/generate-unified-source-bundles.rb:
+
2018-11-12 Mark Lam <mark.lam@apple.com>
Add OOM detection to StringPrototype's substituteBackreferences().
raise "malformed #if" unless line =~ /\A#if\s+(\S+)/
inDisabledLines = !$featureFlags[$1]
else
+ raise "malformed preprocessor directive: #{line}" if line =~ /^#/
raise "duplicate line: #{line} in #{path}" if seen[line]
seen[line] = true
result << SourceFile.new(line, sourceFileIndex)
2018-11-14 Keith Rollin <krollin@apple.com>
+ Fix #end vs. #endif typo.
+ https://bugs.webkit.org/show_bug.cgi?id=191668
+ <rdar://problem/46081704>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Source/WebCore/SourcesCocoa.txt had a #end that should have been a
+ #endif. Fix this, an add a check to generate-unified-source-bundles.rb
+ to detect similar typos.
+
+ No new tests -- no changed functionality.
+
+ * SourcesCocoa.txt:
+
+2018-11-14 Keith Rollin <krollin@apple.com>
+
Remove VideoFullscreenLayerManager.mm from WebCore/SourcesCocoa.txt
https://bugs.webkit.org/show_bug.cgi?id=191667
<rdar://problem/46081286>
JSTouchEvent.cpp
JSTouchList.cpp
-#end
+#endif
#if ENABLE_IOS_GESTURE_EVENTS