Changeset 220584 in webkit


Ignore:
Timestamp:
Aug 11, 2017 5:28:21 AM (7 years ago)
Author:
clopez@igalia.com
Message:

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]
Location:
trunk/Source/WebDriver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebDriver/ChangeLog

    r220425 r220584  
     12017-08-11  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Fix build warning in WebDriverService.h
     4        https://bugs.webkit.org/show_bug.cgi?id=166682
     5
     6        Unreviewed build fix.
     7
     8        * WebDriverService.h: Fixes the warning: class 'Capabilities' was previously declared as a struct [-Wmismatched-tags]
     9
    1102017-08-08  Michael Catanzaro  <mcatanzaro@igalia.com>
    211
  • trunk/Source/WebDriver/WebDriverService.h

    r220386 r220584  
    3939namespace WebDriver {
    4040
    41 class Capabilities;
     41struct Capabilities;
    4242class CommandResult;
    4343class Session;
Note: See TracChangeset for help on using the changeset viewer.