Skip to content

Commit

Permalink
Merge r220584 - Fix build warning in WebDriverService.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=166682

Unreviewed build fix.

* WebDriverService.h: Fixes the warning: class 'Capabilities' was previously declared as a struct [-Wmismatched-tags]
  • Loading branch information
clopez authored and carlosgcampos committed Aug 14, 2017
1 parent c977fb7 commit 4720dc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Source/WebDriver/ChangeLog
@@ -1,3 +1,12 @@
2017-08-11 Carlos Alberto Lopez Perez <clopez@igalia.com>

Fix build warning in WebDriverService.h
https://bugs.webkit.org/show_bug.cgi?id=166682

Unreviewed build fix.

* WebDriverService.h: Fixes the warning: class 'Capabilities' was previously declared as a struct [-Wmismatched-tags]

2017-08-08 Michael Catanzaro <mcatanzaro@igalia.com>

Unreviewed, fix Ubuntu LTS build
Expand Down
2 changes: 1 addition & 1 deletion Source/WebDriver/WebDriverService.h
Expand Up @@ -38,7 +38,7 @@ class InspectorObject;

namespace WebDriver {

class Capabilities;
struct Capabilities;
class CommandResult;
class Session;

Expand Down

0 comments on commit 4720dc8

Please sign in to comment.