Changeset 101087 in webkit


Ignore:
Timestamp:
Nov 23, 2011 9:49:43 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] MediaStream API: Missing WEBKIT_EXPORT in WebMediaStreamRegistry
https://bugs.webkit.org/show_bug.cgi?id=73010

Patch by Tommy Widenflycht <tommyw@google.com> on 2011-11-23
Reviewed by Darin Fisher.

  • public/WebMediaStreamRegistry.h:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r101065 r101087  
     12011-11-23  Tommy Widenflycht  <tommyw@google.com>
     2
     3        [chromium] MediaStream API: Missing WEBKIT_EXPORT in WebMediaStreamRegistry
     4        https://bugs.webkit.org/show_bug.cgi?id=73010
     5
     6        Reviewed by Darin Fisher.
     7
     8        * public/WebMediaStreamRegistry.h:
     9
    1102011-11-23  Scott Graham  <scottmg@chromium.org>
    211
  • trunk/Source/WebKit/chromium/public/WebMediaStreamRegistry.h

    r99796 r101087  
    3535class WebMediaStreamRegistry {
    3636public:
    37     static WebMediaStreamDescriptor lookupMediaStreamDescriptor(const WebURL&);
     37    WEBKIT_EXPORT static WebMediaStreamDescriptor lookupMediaStreamDescriptor(const WebURL&);
    3838};
    3939
Note: See TracChangeset for help on using the changeset viewer.