Title: [184234] trunk/Source/WebCore
Revision
184234
Author
[email protected]
Date
2015-05-12 20:08:50 -0700 (Tue, 12 May 2015)

Log Message

Mac build fix after r184228.

* bindings/scripts/CodeGeneratorJS.pm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184233 => 184234)


--- trunk/Source/WebCore/ChangeLog	2015-05-13 03:02:40 UTC (rev 184233)
+++ trunk/Source/WebCore/ChangeLog	2015-05-13 03:08:50 UTC (rev 184234)
@@ -1,3 +1,9 @@
+2015-05-12  Ryosuke Niwa  <[email protected]>
+
+        Mac build fix after r184228.
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+
 2015-05-12  Simon Fraser  <[email protected]>
 
         Turn antialiased font dilation off by default

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (184233 => 184234)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2015-05-13 03:02:40 UTC (rev 184233)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2015-05-13 03:08:50 UTC (rev 184234)
@@ -250,6 +250,7 @@
     "JSRange" => 1,
     "JSScriptProfile" => 1,
     "JSScriptProfileNode" => 1,
+    "JSSourceBuffer" => 1,
     "JSTimeRanges" => 1,
     "JSXMLHttpRequest" => 1,
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to