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

Unified Diff: third_party/WebKit/Source/core/css/CSSImportRule.cpp

Issue 2000643002: Revert of bindings: Supports [SameObject] extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/core/css/CSSImportRule.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSImportRule.cpp b/third_party/WebKit/Source/core/css/CSSImportRule.cpp
index a3e448b0a2d0062456529ba062c08156ce44c88a..8ea8e185d970b6abe2c1ee4c786cdb64263f18b3 100644
--- a/third_party/WebKit/Source/core/css/CSSImportRule.cpp
+++ b/third_party/WebKit/Source/core/css/CSSImportRule.cpp
@@ -72,8 +72,6 @@
CSSStyleSheet* CSSImportRule::styleSheet() const
{
- // TODO(yukishiino): CSSImportRule.styleSheet attribute is not nullable,
- // thus this function must not return nullptr.
if (!m_importRule->styleSheet())
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698