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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/Resource.h

Issue 2695713015: WIP: Reland CompiledScript, prototype compiling in a separate task.
Patch Set: allow fetchFinished to finish when there is no frame Created 3 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/Source/platform/loader/fetch/Resource.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.h b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
index c17ba2668ab21b70ed5a35087fa6960b96bc487a..6573e889aa601281c0fb727ac41b4ea301a5aa52 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
@@ -205,7 +205,7 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
virtual void finish(double finishTime);
void finish() { finish(0.0); }
- bool passesAccessControlCheck(SecurityOrigin*) const;
+ bool passesAccessControlCheck(const SecurityOrigin*) const;
virtual PassRefPtr<const SharedBuffer> resourceBuffer() const {
return m_data;

Powered by Google App Engine
This is Rietveld 408576698