Title: [99484] trunk/Source/WebCore
Revision
99484
Author
[email protected]
Date
2011-11-07 14:55:30 -0800 (Mon, 07 Nov 2011)

Log Message

[MutationObservers] Fix mac build (with mutation_observers enabled)
https://bugs.webkit.org/show_bug.cgi?id=71728

Patch by Rafael Weinstein <[email protected]> on 2011-11-07
Reviewed by Tony Chang.

Errant forward declaration of MutationObserverRegistration removed from
Node.h this would have broken a port that tried to build with mutation_observers=1.

* dom/Node.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (99483 => 99484)


--- trunk/Source/WebCore/ChangeLog	2011-11-07 22:51:59 UTC (rev 99483)
+++ trunk/Source/WebCore/ChangeLog	2011-11-07 22:55:30 UTC (rev 99484)
@@ -1,3 +1,15 @@
+2011-11-07  Rafael Weinstein  <[email protected]>
+
+        [MutationObservers] Fix mac build (with mutation_observers enabled)
+        https://bugs.webkit.org/show_bug.cgi?id=71728
+
+        Reviewed by Tony Chang.
+
+        Errant forward declaration of MutationObserverRegistration removed from
+        Node.h this would have broken a port that tried to build with mutation_observers=1.
+
+        * dom/Node.h:
+
 2011-11-07  Kentaro Hara  <[email protected]>
 
         Remove [CustomGetter] IDL from 'HTMLAudioElementConstructor' of V8

Modified: trunk/Source/WebCore/dom/Node.h (99483 => 99484)


--- trunk/Source/WebCore/dom/Node.h	2011-11-07 22:51:59 UTC (rev 99483)
+++ trunk/Source/WebCore/dom/Node.h	2011-11-07 22:55:30 UTC (rev 99484)
@@ -82,8 +82,6 @@
 class TagNodeList;
 class TreeScope;
 
-struct MutationObserverRegistration;
-
 typedef int ExceptionCode;
 
 const int nodeStyleChangeShift = 25;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to