| Index: third_party/WebKit/WebCore/loader/ThreadableLoaderClient.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/loader/ThreadableLoaderClient.h (revision 9118)
|
| +++ third_party/WebKit/WebCore/loader/ThreadableLoaderClient.h (working copy)
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2009, Google Inc. All rights reserved.
|
| + * Copyright (C) 2009 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -41,7 +41,7 @@
|
|
|
| virtual void didReceiveResponse(const ResourceResponse&) { }
|
| virtual void didReceiveData(const char*, int /*lengthReceived*/) { }
|
| - virtual void didFinishLoading(unsigned long /*identifer*/) { }
|
| + virtual void didFinishLoading(unsigned long /*identifier*/) { }
|
| virtual void didFail() { }
|
| virtual void didGetCancelled() { }
|
|
|
|
|