Changeset 53962 in webkit


Ignore:
Timestamp:
Jan 27, 2010 5:05:43 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-27 George Wright <gwright@rim.com>

Reviewed by Adam Treat.

https://bugs.webkit.org/show_bug.cgi?id=34216

Add missing include for wtf/Platform.h

  • DumpRenderTree/AccessibilityController.h:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r53956 r53962  
     12010-01-27  George Wright  <gwright@rim.com>
     2
     3        Reviewed by Adam Treat.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=34216
     6
     7        Add missing include for wtf/Platform.h
     8
     9        * DumpRenderTree/AccessibilityController.h:
     10
    1112010-01-27  Diego Gonzalez  <diego.gonzalez@openbossa.org>
    212
  • trunk/WebKitTools/DumpRenderTree/AccessibilityController.h

    r52773 r53962  
    2828
    2929#include <JavaScriptCore/JSObjectRef.h>
     30#include <wtf/Platform.h>
    3031#if PLATFORM(WIN)
    3132#include <windows.h>
Note: See TracChangeset for help on using the changeset viewer.