Changeset 58509 in webkit


Ignore:
Timestamp:
Apr 29, 2010 6:48:53 AM (14 years ago)
Author:
xan@webkit.org
Message:

2010-04-29 Xan Lopez <xlopez@igalia.com>

Reviewed by Gustavo Noronha.

[GTK] GObject DOM bindings
https://bugs.webkit.org/show_bug.cgi?id=33590

Include <webkit/webkitdom.h> in the main webkit.h header.

  • webkit/webkit.h:
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r58266 r58509  
     12010-04-29  Xan Lopez  <xlopez@igalia.com>
     2
     3        Reviewed by Gustavo Noronha.
     4
     5        [GTK] GObject DOM bindings
     6        https://bugs.webkit.org/show_bug.cgi?id=33590
     7
     8        Include <webkit/webkitdom.h> in the main webkit.h header.
     9
     10        * webkit/webkit.h:
     11
    1122010-04-25  Sam Weinig  <sam@webkit.org>
    213
  • trunk/WebKit/gtk/webkit/webkit.h

    r55444 r58509  
    2424#include <webkit/webkitversion.h>
    2525#include <webkit/webkitdefines.h>
     26#include <webkit/webkitdom.h>
    2627#include <webkit/webkitdownload.h>
    2728#include <webkit/webkitgeolocationpolicydecision.h>
Note: See TracChangeset for help on using the changeset viewer.