| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.h b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| index 6e04d4b0d52ed5dfcb95c68fece9defc5a201779..84e6884b9d99b432ba7b5e35d6810efe581a44d0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * (C) 1999-2003 Lars Knoll (knoll@kde.org)
|
| - * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -101,7 +102,8 @@ class CORE_EXPORT CSSStyleSheet final : public StyleSheet {
|
| MediaQuerySet* mediaQueries() const { return m_mediaQueries.get(); }
|
| void setMediaQueries(MediaQuerySet*);
|
| void setTitle(const String& title) { m_title = title; }
|
| - // Set by LinkStyle iff CORS-enabled fetch of stylesheet succeeded from this origin.
|
| + // Set by LinkStyle iff CORS-enabled fetch of stylesheet succeeded from this
|
| + // origin.
|
| void setAllowRuleAccessFromOrigin(PassRefPtr<SecurityOrigin> allowedOrigin);
|
|
|
| class RuleMutationScope {
|
|
|