Changeset 99484 in webkit


Ignore:
Timestamp:
Nov 7, 2011 2:55:30 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Rafael Weinstein <rafaelw@chromium.org> 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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99481 r99484  
     12011-11-07  Rafael Weinstein  <rafaelw@chromium.org>
     2
     3        [MutationObservers] Fix mac build (with mutation_observers enabled)
     4        https://bugs.webkit.org/show_bug.cgi?id=71728
     5
     6        Reviewed by Tony Chang.
     7
     8        Errant forward declaration of MutationObserverRegistration removed from
     9        Node.h this would have broken a port that tried to build with mutation_observers=1.
     10
     11        * dom/Node.h:
     12
    1132011-11-07  Kentaro Hara  <haraken@chromium.org>
    214
  • trunk/Source/WebCore/dom/Node.h

    r99338 r99484  
    8383class TreeScope;
    8484
    85 struct MutationObserverRegistration;
    86 
    8785typedef int ExceptionCode;
    8886
Note: See TracChangeset for help on using the changeset viewer.