Title: [131550] trunk/Source/_javascript_Core
- Revision
- 131550
- Author
- commit-qu...@webkit.org
- Date
- 2012-10-16 22:44:48 -0700 (Tue, 16 Oct 2012)
Log Message
[GTK] Fix build break - ResolveOperations.h is not in WebKit.
https://bugs.webkit.org/show_bug.cgi?id=99538
Unreviewed build fix.
There are some files including ResolveOperations.h which is not exist at all.
Patch by Dongwoo Joshua Im <dw...@samsung.com> on 2012-10-16
* GNUmakefile.list.am: s/ResolveOperations.h/ResolveOperation.h/
* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj: s/ResolveOperations.h/ResolveOperation.h/
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (131549 => 131550)
--- trunk/Source/_javascript_Core/ChangeLog 2012-10-17 05:39:01 UTC (rev 131549)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-10-17 05:44:48 UTC (rev 131550)
@@ -1,3 +1,15 @@
+2012-10-16 Dongwoo Joshua Im <dw...@samsung.com>
+
+ [GTK] Fix build break - ResolveOperations.h is not in WebKit.
+ https://bugs.webkit.org/show_bug.cgi?id=99538
+
+ Unreviewed build fix.
+
+ There are some files including ResolveOperations.h which is not exist at all.
+
+ * GNUmakefile.list.am: s/ResolveOperations.h/ResolveOperation.h/
+ * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj: s/ResolveOperations.h/ResolveOperation.h/
+
2012-10-16 Jian Li <jia...@chromium.org>
Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (131549 => 131550)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-10-17 05:39:01 UTC (rev 131549)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-10-17 05:44:48 UTC (rev 131550)
@@ -132,7 +132,7 @@
Source/_javascript_Core/bytecode/PutKind.h \
Source/_javascript_Core/bytecode/ResolveGlobalStatus.cpp \
Source/_javascript_Core/bytecode/ResolveGlobalStatus.h \
- Source/_javascript_Core/bytecode/ResolveOperations.h \
+ Source/_javascript_Core/bytecode/ResolveOperation.h \
Source/_javascript_Core/bytecode/SamplingTool.cpp \
Source/_javascript_Core/bytecode/SamplingTool.h \
Source/_javascript_Core/bytecode/SpecialPointer.cpp \
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj (131549 => 131550)
--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj 2012-10-17 05:39:01 UTC (rev 131549)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.vcproj 2012-10-17 05:44:48 UTC (rev 131550)
@@ -1710,7 +1710,7 @@
>
</File>
<File
- RelativePath="..\..\bytecode\ResolveOperations.h"
+ RelativePath="..\..\bytecode\ResolveOperation.h"
>
</File>
<File
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes