Changeset 76402 in webkit


Ignore:
Timestamp:
Jan 21, 2011 3:41:07 PM (13 years ago)
Author:
crogers@google.com
Message:

2011-01-21 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

fix audio build: header file should be "Noncopyable.h" and not "NonCopyable.h"
https://bugs.webkit.org/show_bug.cgi?id=52933

No new tests since this just fixes the build

  • webaudio/RealtimeAnalyser.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r76400 r76402  
     12011-01-21  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        fix audio build: header file should be "Noncopyable.h" and not "NonCopyable.h"
     6        https://bugs.webkit.org/show_bug.cgi?id=52933
     7
     8        No new tests since this just fixes the build
     9
     10        * webaudio/RealtimeAnalyser.h:
     11
    1122011-01-21  Chris Rogers  <crogers@google.com>
    213
  • trunk/Source/WebCore/webaudio/RealtimeAnalyser.h

    r76248 r76402  
    2727
    2828#include "AudioArray.h"
    29 #include <wtf/NonCopyable.h>
     29#include <wtf/Noncopyable.h>
    3030#include <wtf/OwnPtr.h>
    3131
Note: See TracChangeset for help on using the changeset viewer.