Changeset 74972 in webkit


Ignore:
Timestamp:
Jan 4, 2011 9:29:48 AM (13 years ago)
Author:
tonyg@chromium.org
Message:

2011-01-04 Tony Gentilcore <tonyg@chromium.org>

Unreviewed build fix.

Include glib-object.h for GObject
https://bugs.webkit.org/show_bug.cgi?id=51876

  • bindings/gobject/DOMObjectCache.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r74971 r74972  
     12011-01-04  Tony Gentilcore  <tonyg@chromium.org>
     2
     3        Unreviewed build fix.
     4
     5        Include glib-object.h for GObject
     6        https://bugs.webkit.org/show_bug.cgi?id=51876
     7
     8        * bindings/gobject/DOMObjectCache.cpp:
     9
    1102011-01-04  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/WebCore/bindings/gobject/DOMObjectCache.cpp

    r72492 r74972  
    2222#include "Document.h"
    2323#include "Node.h"
     24#include "glib-object.h"
    2425#include <wtf/HashMap.h>
    2526
Note: See TracChangeset for help on using the changeset viewer.