X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLOptionElement.cpp;h=7b5bc1ff0043e6e5f1a0c07259eb15684654972e;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=b52c4c999d637cc87957b7dce210c7b7ae78b2bb;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp b/src/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp index b52c4c9..7b5bc1f 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp +++ b/src/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp @@ -207,11 +207,11 @@ bool HTMLOptionElement::selected() const // If a stylesheet contains option:checked selectors, this function is // called during parsing. updateListItemSelectedStates() is O(N) where N // is the number of option elements, so the