Title: [127372] trunk/Source/WebKit/mac
- Revision
- 127372
- Author
- [email protected]
- Date
- 2012-09-01 09:14:12 -0700 (Sat, 01 Sep 2012)
Log Message
Added #include <_javascript_Core/Identifier.h>.
https://bugs.webkit.org/show_bug.cgi?id=95641.
Patch by Mark Lam <[email protected]> on 2012-09-01
Reviewed by Dan Bernstein.
The code references JSC::Indentifier but was previously depending on
someone else to #include it. This results in build problems when
building for the llint C loop configuration.
* Plugins/Hosted/NetscapePluginInstanceProxy.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (127371 => 127372)
--- trunk/Source/WebKit/mac/ChangeLog 2012-09-01 14:42:57 UTC (rev 127371)
+++ trunk/Source/WebKit/mac/ChangeLog 2012-09-01 16:14:12 UTC (rev 127372)
@@ -1,3 +1,16 @@
+2012-09-01 Mark Lam <[email protected]>
+
+ Added #include <_javascript_Core/Identifier.h>.
+ https://bugs.webkit.org/show_bug.cgi?id=95641.
+
+ Reviewed by Dan Bernstein.
+
+ The code references JSC::Indentifier but was previously depending on
+ someone else to #include it. This results in build problems when
+ building for the llint C loop configuration.
+
+ * Plugins/Hosted/NetscapePluginInstanceProxy.h:
+
2012-08-31 Tony Chang <[email protected]>
Remove ENABLE_CSS3_FLEXBOX compile time flag
Modified: trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h (127371 => 127372)
--- trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h 2012-09-01 14:42:57 UTC (rev 127371)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h 2012-09-01 16:14:12 UTC (rev 127372)
@@ -28,6 +28,7 @@
#ifndef NetscapePluginInstanceProxy_h
#define NetscapePluginInstanceProxy_h
+#include <_javascript_Core/Identifier.h>
#include <_javascript_Core/JSGlobalData.h>
#include <_javascript_Core/Strong.h>
#include <WebCore/Timer.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes