Title: [93026] trunk/Source/WebCore
Revision
93026
Author
[email protected]
Date
2011-08-13 12:27:16 -0700 (Sat, 13 Aug 2011)

Log Message

Remove forward declaration of -[WebUndefined dealloc] to appease the bot gods.

* bindings/objc/WebScriptObject.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93025 => 93026)


--- trunk/Source/WebCore/ChangeLog	2011-08-13 19:25:51 UTC (rev 93025)
+++ trunk/Source/WebCore/ChangeLog	2011-08-13 19:27:16 UTC (rev 93026)
@@ -1,5 +1,11 @@
 2011-08-13  Sam Weinig  <[email protected]>
 
+        Remove forward declaration of -[WebUndefined dealloc] to appease the bot gods.
+
+        * bindings/objc/WebScriptObject.mm:
+
+2011-08-13  Sam Weinig  <[email protected]>
+
         Remove assertion from -[WebUndefined dealloc] to try to mollify the bots.
 
         * bindings/objc/WebScriptObject.mm:

Modified: trunk/Source/WebCore/bindings/objc/WebScriptObject.mm (93025 => 93026)


--- trunk/Source/WebCore/bindings/objc/WebScriptObject.mm	2011-08-13 19:25:51 UTC (rev 93025)
+++ trunk/Source/WebCore/bindings/objc/WebScriptObject.mm	2011-08-13 19:27:16 UTC (rev 93026)
@@ -603,11 +603,6 @@
 
 @end
 
-
-@interface WebUndefined (Overrides)
-- (void)dealloc NO_RETURN_DUE_TO_ASSERT;
-@end
-
 @implementation WebUndefined
 
 + (id)allocWithZone:(NSZone *)unusedZone
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to