Title: [210589] trunk/Source/WebCore
Revision
210589
Author
[email protected]
Date
2017-01-11 09:42:09 -0800 (Wed, 11 Jan 2017)

Log Message

Address some feedback from r210567.

* bindings/scripts/CodeGeneratorJS.pm:
(NativeToJSValueDOMConvertNeedsState):
(NativeToJSValueDOMConvertNeedsGlobalObject):
Fix typo. robost -> robust.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210588 => 210589)


--- trunk/Source/WebCore/ChangeLog	2017-01-11 17:38:35 UTC (rev 210588)
+++ trunk/Source/WebCore/ChangeLog	2017-01-11 17:42:09 UTC (rev 210589)
@@ -1,3 +1,12 @@
+2017-01-11  Sam Weinig  <[email protected]>
+
+        Address some feedback from r210567.
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+        (NativeToJSValueDOMConvertNeedsState):
+        (NativeToJSValueDOMConvertNeedsGlobalObject):
+        Fix typo. robost -> robust.
+
 2017-01-10  Sam Weinig  <[email protected]>
 
         Rename JSCustomSQLStatementErrorCallback.cpp to JSSQLStatementErrorCallbackCustom.cpp

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (210588 => 210589)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2017-01-11 17:38:35 UTC (rev 210588)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm	2017-01-11 17:42:09 UTC (rev 210589)
@@ -5327,7 +5327,7 @@
 {
     my ($type, $context) = @_;
 
-    # FIXME: We need a more robost way to specify this requirement so as not
+    # FIXME: We need a more robust way to specify this requirement so as not
     # to require specializing each type. Perhaps just requiring all override
     # types to take both state and the global object would work?
     if ($context->extendedAttributes->{OverrideIDLType}) {
@@ -5359,7 +5359,7 @@
 {
     my ($type, $context) = @_;
     
-    # FIXME: We need a more robost way to specify this requirement so as not
+    # FIXME: We need a more robust way to specify this requirement so as not
     # to require specializing each type. Perhaps just requiring all override
     # types to take both state and the global object would work?
     if ($context->extendedAttributes->{OverrideIDLType}) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to