Changeset 85742 in webkit


Ignore:
Timestamp:
May 4, 2011 6:36:58 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-04 Dominic Battre <battre@chromium.org>

Reviewed by Tony Gentilcore.

Fix missing header in case SVG is disabled
https://bugs.webkit.org/show_bug.cgi?id=60153

  • dom/EventDispatcher.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r85738 r85742  
     12011-05-04  Dominic Battre  <battre@chromium.org>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        Fix missing header in case SVG is disabled
     6        https://bugs.webkit.org/show_bug.cgi?id=60153
     7
     8        * dom/EventDispatcher.cpp:
     9
    1102011-05-04  Luke Macpherson   <macpherson@chromium.org>
    211
  • trunk/Source/WebCore/dom/EventDispatcher.cpp

    r84587 r85742  
    2727#include "EventDispatcher.h"
    2828
     29#include "Element.h"
    2930#include "Event.h"
    3031#include "EventContext.h"
     
    392393
    393394}
    394 
Note: See TracChangeset for help on using the changeset viewer.