Skip to content

Commit

Permalink
Merge r174008 - [GTK] Don't include full path names in WebKitEnumTypes.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=137148

Reviewed by Carlos Garcia Campos.

Replace @filename@ with @basename@ in the template, since we don't
want to include the full path name in the generated header.

* UIProcess/API/gtk/WebKitEnumTypes.h.template:
  • Loading branch information
bertogg authored and carlosgcampos committed Oct 22, 2014
1 parent dcaff7f commit 4ed9e43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,15 @@
2014-09-26 Alberto Garcia <berto@igalia.com>

[GTK] Don't include full path names in WebKitEnumTypes.h
https://bugs.webkit.org/show_bug.cgi?id=137148

Reviewed by Carlos Garcia Campos.

Replace @filename@ with @basename@ in the template, since we don't
want to include the full path name in the generated header.

* UIProcess/API/gtk/WebKitEnumTypes.h.template:

2014-10-09 Carlos Garcia Campos <cgarcia@igalia.com>

[X11] Plugin process crashes in NetscapePlugin::platformPostInitialize()
Expand Down
Expand Up @@ -33,7 +33,7 @@ G_BEGIN_DECLS


/*** BEGIN file-production ***/
/* Enumerations from @filename@. */
/* Enumerations from @basename@. */
/*** END file-production ***/


Expand Down

0 comments on commit 4ed9e43

Please sign in to comment.