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

Unified Diff: Source/core/css/StyleSheetList.h

Issue 15373004: Auto-generate V8StyleSheetList::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 7 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: Source/core/css/StyleSheetList.h
diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h
index c0528415993cad54a318a930d17fd0567a298e08..a676312b213907d9180c9f07f2cbb669423d24af 100644
--- a/Source/core/css/StyleSheetList.h
+++ b/Source/core/css/StyleSheetList.h
@@ -21,6 +21,7 @@
#ifndef StyleSheetList_h
#define StyleSheetList_h
+#include "core/css/CSSStyleSheet.h"
#include <wtf/Forward.h>
#include <wtf/RefCounted.h>
#include <wtf/PassRefPtr.h>
@@ -45,7 +46,7 @@ public:
Document* document() { return m_document; }
void detachFromDocument();
-
+ CSSStyleSheet* anonymousNamedGetter(const AtomicString&);
private:
StyleSheetList(Document*);
const Vector<RefPtr<StyleSheet> >& styleSheets() const;

Powered by Google App Engine
This is Rietveld 408576698