Title: [94365] trunk/Source/WebCore
Revision
94365
Author
[email protected]
Date
2011-09-01 16:53:38 -0700 (Thu, 01 Sep 2011)

Log Message

<rdar://problem/10063411> WebScriptObject.h declares an Objective-C method without a return type.

Rubber-stamped by Anders Carlsson.

* bridge/objc/WebScriptObject.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94364 => 94365)


--- trunk/Source/WebCore/ChangeLog	2011-09-01 23:49:23 UTC (rev 94364)
+++ trunk/Source/WebCore/ChangeLog	2011-09-01 23:53:38 UTC (rev 94365)
@@ -1,3 +1,11 @@
+2011-09-01  Mark Rowe  <[email protected]>
+
+        <rdar://problem/10063411> WebScriptObject.h declares an Objective-C method without a return type.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * bridge/objc/WebScriptObject.h:
+
 2011-09-01  Mark Hahnenberg  <[email protected]>
 
         Unzip initialization lists and constructors in JSCell hierarchy (4/7)

Modified: trunk/Source/WebCore/bridge/objc/WebScriptObject.h (94364 => 94365)


--- trunk/Source/WebCore/bridge/objc/WebScriptObject.h	2011-09-01 23:49:23 UTC (rev 94364)
+++ trunk/Source/WebCore/bridge/objc/WebScriptObject.h	2011-09-01 23:53:38 UTC (rev 94365)
@@ -35,7 +35,7 @@
 + (BOOL)isKeyExcludedFromWebScript:(const char *)name;
 
 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject;
-- _initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
+- (id)_initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject;
 - (JSC::JSObject *)_imp;
 @end
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to