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

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 compile to fail, disallow restreaming (hack) Created 3 years, 9 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 8c0645ff0b8805ef3d0671d71cf52ecc5be66619..0f6708833e5a3b8e04114a283533648df9d1c3ae 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
@@ -204,7 +204,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