Changeset 96049 in webkit


Ignore:
Timestamp:
Sep 26, 2011 5:23:31 PM (13 years ago)
Author:
fsamuel@chromium.org
Message:

Removed an unnecessary include in WebFrameImpl
https://bugs.webkit.org/show_bug.cgi?id=68834

Reviewed by Darin Fisher.

  • src/WebFrameImpl.cpp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r96010 r96049  
     12011-09-26  Fady Samuel  <fsamuel@chromium.org>
     2
     3        Removed an unnecessary include in WebFrameImpl
     4        https://bugs.webkit.org/show_bug.cgi?id=68834
     5
     6        Reviewed by Darin Fisher.
     7
     8        * src/WebFrameImpl.cpp:
     9
    1102011-09-26  Mihai Parparita  <mihaip@chromium.org>
    211
  • trunk/Source/WebKit/chromium/src/WebFrameImpl.cpp

    r95901 r96049  
    164164#include <wtf/CurrentTime.h>
    165165
    166 #if OS(UNIX) && !OS(DARWIN) && !OS(ANDROID)
    167 #include <gdk/gdk.h>
    168 #endif
    169 
    170166#if USE(V8)
    171167#include "AsyncFileSystem.h"
Note: See TracChangeset for help on using the changeset viewer.