Changeset 86326 in webkit


Ignore:
Timestamp:
May 12, 2011 3:38:28 AM (13 years ago)
Author:
tonyg@chromium.org
Message:

2011-05-12 Tony Gentilcore <tonyg@chromium.org>

Build fix: include ExceptionCode.h
https://bugs.webkit.org/show_bug.cgi?id=60694

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r86325 r86326  
     12011-05-12  Tony Gentilcore  <tonyg@chromium.org>
     2
     3        Build fix: include ExceptionCode.h
     4        https://bugs.webkit.org/show_bug.cgi?id=60694
     5
     6        * dom/Range.cpp:
     7
    182011-05-10  Tony Gentilcore  <tonyg@chromium.org>
    29
  • trunk/Source/WebCore/dom/Range.cpp

    r86325 r86326  
    2929#include "ClientRectList.h"
    3030#include "DocumentFragment.h"
     31#include "ExceptionCode.h"
    3132#include "FloatQuad.h"
    3233#include "FrameView.h"
Note: See TracChangeset for help on using the changeset viewer.