Changeset 166869 in webkit


Ignore:
Timestamp:
Apr 7, 2014 1:18:36 AM (10 years ago)
Author:
k.czech@samsung.com
Message:

Remove unused header from PlatformSpeechSynthesizer.h
https://bugs.webkit.org/show_bug.cgi?id=131103

Reviewed by Anders Carlsson.

Since WebSpeech has switched to use std::unique_ptr, we do not need to include PassOwnPtr.

No new tests. No behaviour change, just quick fix.

  • platform/PlatformSpeechSynthesizer.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r166867 r166869  
     12014-04-07  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        Remove unused header from PlatformSpeechSynthesizer.h
     4        https://bugs.webkit.org/show_bug.cgi?id=131103
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Since WebSpeech has switched to use std::unique_ptr, we do not need to include PassOwnPtr.
     9
     10        No new tests. No behaviour change, just quick fix.
     11
     12        * platform/PlatformSpeechSynthesizer.h:
     13
    1142014-04-06  Mihnea Ovidenie  <mihnea@adobe.com>
    215
  • trunk/Source/WebCore/platform/PlatformSpeechSynthesizer.h

    r165676 r166869  
    3030
    3131#include "PlatformSpeechSynthesisVoice.h"
    32 #include <wtf/PassOwnPtr.h>
    3332#include <wtf/Vector.h>
    3433
Note: See TracChangeset for help on using the changeset viewer.