Changeset 122459 in webkit


Ignore:
Timestamp:
Jul 12, 2012 8:01:08 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

InspectorFileSystemAgent.cpp have to include File.h explicitly
https://bugs.webkit.org/show_bug.cgi?id=91078

Patch by Dongwoo Im <dw.im@samsung.com> on 2012-07-12
Reviewed by Vsevolod Vlasov.

Make sure the InspectorFileSystemAgent.cpp include the File.h by including explicitly.

No new tests. Covered by existing tests.

  • inspector/InspectorFileSystemAgent.cpp: Include File.h
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r122454 r122459  
     12012-07-12  Dongwoo Im  <dw.im@samsung.com>
     2
     3        InspectorFileSystemAgent.cpp have to include File.h explicitly
     4        https://bugs.webkit.org/show_bug.cgi?id=91078
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        Make sure the InspectorFileSystemAgent.cpp include the File.h by including explicitly.
     9
     10        No new tests. Covered by existing tests.
     11
     12        * inspector/InspectorFileSystemAgent.cpp: Include File.h
     13
    1142012-07-12  Vsevolod Vlasov  <vsevik@chromium.org>
    215
  • trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp

    r122313 r122459  
    4545#include "EntryCallback.h"
    4646#include "ErrorCallback.h"
     47#include "File.h"
    4748#include "FileCallback.h"
    4849#include "FileEntry.h"
Note: See TracChangeset for help on using the changeset viewer.