<http://webkit.org/b/130986>
* Scripts/check-for-inappropriate-objc-class-names: Add 'Legacy'
prefix to TileCache class names in exception list.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@166832
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-05 David Kilzer <ddkilzer@apple.com>
+
+ REGRESSION (r166529): Fix build after renaming TileCache to LegacyTileCache
+ <http://webkit.org/b/130986>
+
+ * Scripts/check-for-inappropriate-objc-class-names: Add 'Legacy'
+ prefix to TileCache class names in exception list.
+
2014-04-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] kill-old-processes should kill dbus-daemon processes
my %exceptions = (
# WebCore
"WKQuadObject" => 1,
- "TileCacheTombstone" => 1,
- "TileHostLayer" => 1,
- "TileLayer" => 1,
+ "LegacyTileCacheTombstone" => 1,
+ "LegacyTileHostLayer" => 1,
+ "LegacyTileLayer" => 1,
"WAKResponder" => 1,
"NSCursor" => 1,
"WAKClipView" => 1,