Modified: trunk/Source/WebCore/ChangeLog (108959 => 108960)
--- trunk/Source/WebCore/ChangeLog 2012-02-27 06:50:19 UTC (rev 108959)
+++ trunk/Source/WebCore/ChangeLog 2012-02-27 06:54:04 UTC (rev 108960)
@@ -1,3 +1,12 @@
+2012-02-26 Adam Barth <[email protected]>
+
+ Unreviewed.
+
+ Fix some warnings in the build from referencing the non-existent
+ websockets directory.
+
+ * WebCore.gyp/WebCore.gyp:
+
2012-02-26 Shinya Kawanaka <[email protected]>
Rename ShadowRootList to ShadowTree.
Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (108959 => 108960)
--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-02-27 06:50:19 UTC (rev 108959)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-02-27 06:54:04 UTC (rev 108960)
@@ -137,7 +137,6 @@
'../svg/properties',
'../../ThirdParty/glu',
'../webaudio',
- '../websockets',
'../workers',
'../xml',
'../xml/parser',
@@ -1000,7 +999,6 @@
'--include', '../svg',
'--include', '../testing',
'--include', '../webaudio',
- '--include', '../websockets',
'--include', '../workers',
'--include', '../xml',
],