Changeset 158486 in webkit


Ignore:
Timestamp:
Nov 2, 2013 3:10:36 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] invalid application of 'sizeof' to incomplete type
https://bugs.webkit.org/show_bug.cgi?id=123502

Patch by Vitaly Katunin <vkatunin@luxoft.com> on 2013-11-02
Reviewed by Carlos Garcia Campos.

  • Shared/WebCoreArgumentCoders.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r158481 r158486  
     12013-11-02  Vitaly Katunin  <vkatunin@luxoft.com>
     2
     3        [GTK] invalid application of 'sizeof' to incomplete type
     4        https://bugs.webkit.org/show_bug.cgi?id=123502
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * Shared/WebCoreArgumentCoders.cpp:
     9
    1102013-11-01  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp

    r158081 r158486  
    4949#include <WebCore/ResourceResponse.h>
    5050#include <WebCore/TextCheckerClient.h>
     51#include <WebCore/TransformationMatrix.h>
    5152#include <WebCore/URL.h>
    5253#include <WebCore/UserScript.h>
Note: See TracChangeset for help on using the changeset viewer.