Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1276)

Unified Diff: third_party/WebKit/WebCore/loader/ThreadableLoaderClient.h

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }

Powered by Google App Engine
This is Rietveld 408576698