| Index: webkit/child/resource_loader_bridge.h
|
| diff --git a/webkit/child/resource_loader_bridge.h b/webkit/child/resource_loader_bridge.h
|
| index 9d51b62f460fa1de6ab23633b441f4774c2d221c..6eb6716ca8b6585a85f34e3272832db4c85e95bf 100644
|
| --- a/webkit/child/resource_loader_bridge.h
|
| +++ b/webkit/child/resource_loader_bridge.h
|
| @@ -127,7 +127,7 @@ class ResourceLoaderBridge {
|
| // These callbacks mirror net::URLRequest::Delegate and the order and
|
| // conditions in which they will be called are identical. See url_request.h
|
| // for more information.
|
| - class Peer {
|
| + WEBKIT_CHILD_EXPORT class Peer {
|
| public:
|
| // Called as upload progress is made.
|
| // note: only for requests with LOAD_ENABLE_UPLOAD_PROGRESS set
|
|
|