Title: [106045] trunk/Source/WebCore
- Revision
- 106045
- Author
- [email protected]
- Date
- 2012-01-26 14:26:42 -0800 (Thu, 26 Jan 2012)
Log Message
Fix include path in gyp file for V8InternalSettings.h
https://bugs.webkit.org/show_bug.cgi?id=77128
Patch by Scott Graham <[email protected]> on 2012-01-26
Reviewed by Kent Tamura.
* WebCore.gyp/WebCore.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (106044 => 106045)
--- trunk/Source/WebCore/ChangeLog 2012-01-26 22:26:23 UTC (rev 106044)
+++ trunk/Source/WebCore/ChangeLog 2012-01-26 22:26:42 UTC (rev 106045)
@@ -1,3 +1,12 @@
+2012-01-26 Scott Graham <[email protected]>
+
+ Fix include path in gyp file for V8InternalSettings.h
+ https://bugs.webkit.org/show_bug.cgi?id=77128
+
+ Reviewed by Kent Tamura.
+
+ * WebCore.gyp/WebCore.gyp:
+
2012-01-26 James Robinson <[email protected]>
We shouldn't synchronously update styles on all documents after running script
Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (106044 => 106045)
--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-01-26 22:26:23 UTC (rev 106044)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp 2012-01-26 22:26:42 UTC (rev 106045)
@@ -2037,7 +2037,7 @@
'<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
'<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalsSettings.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
],
'sources/': [
['exclude', 'testing/js'],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes